PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / StringEditor<T> Class / Converter Property

In This Topic
    Converter Property (StringEditor<T>)
    In This Topic
    Gets the converter used by this editor.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property Converter As IValueConverter
    protected virtual IValueConverter Converter {get;}
    See Also